home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Format / rfc1148 / rfc-hdr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  1004 b   |  49 lines

  1. /* rfc-hdr.h: Gives basic list of rfc header types */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/Format/rfc1148/RCS/rfc-hdr.h,v 6.0 1991/12/18 20:20:34 jpo Rel $
  5.  *
  6.  * $Log: rfc-hdr.h,v $
  7.  * Revision 6.0  1991/12/18  20:20:34  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_RFC1148_RFCHDR
  16. #define _H_RFC1148_RFCHDR
  17.  
  18. #include    <isode/cmd_srch.h>
  19.  
  20.  
  21. /* ---  generic values --- */
  22. #define HDR_ERROR        -1
  23. #define HDR_EOH            0
  24. #define HDR_ILLEGAL        1
  25. #define HDR_IGNORE        2
  26.  
  27. /* --- 822 fields with specific mappings --- */
  28. #define HDR_MID            4
  29. #define HDR_FROM        5
  30. #define HDR_SENDER        6
  31. #define HDR_REPLY_TO        7
  32. #define HDR_TO            8
  33. #define HDR_CC            9
  34. #define HDR_BCC            10
  35. #define HDR_IN_REPLY_TO        11
  36. #define HDR_REFERENCES        12
  37. #define HDR_SUBJECT        13
  38. #define HDR_EXTENSIONS        14
  39. #define HDR_COMMENT        15
  40. #define HDR_INCOMPLETE_COPY    16
  41. #define HDR_LANGUAGE        17
  42. #define HDR_EXPIRY_DATE        18
  43. #define HDR_REPLY_BY        19
  44. #define HDR_OBSOLETES        20
  45. #define HDR_IMPORTANCE        21
  46. #define HDR_SENSITIVITY        22
  47. #define HDR_AUTOFORWARDED    23
  48. #endif
  49.